home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992…tember: A ROM With a View / devSep92 / devSep92.dmg / Development Platforms / Apple II / Essentials / My Word 1.4 / PS.Final / PS.Final
Encoding:
Text File  |  1990-08-16  |  252 b   |  10 lines  |  [pPTE/pdos]

  1. /pointSize 144 def
  2. /myText (Final) def
  3. /center {stringwidth pop 2 div neg 0 moveto} def
  4. /drawOutline {false charpath stroke} def
  5. initmatrix 
  6. /Times-Roman findfont pointSize scalefont setfont
  7. 306 396 translate 45 rotate
  8. myText center
  9. myText drawOutline
  10.